home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / tm420_4.zip / RBBS.SCR < prev    next >
Text File  |  1995-06-14  |  364b  |  20 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. string FirstName, LastName
  6. FirstName = "first"          ; put your name here
  7. LastName = "last"
  8.  
  9. SET AutoStop,On              ; stop script if carrier is lost
  10. Waitfor 0                    ; unlimited waiting time
  11.  
  12. Waitfor "first"
  13. Put FirstName
  14. Delay 5
  15. Put LastName
  16.  
  17. Waitfor "password",5
  18. Put "^&"
  19.  
  20.